Run on a runtime image that exists - #3
Conversation
The first publish failed to pull mcr.microsoft.com/dotnet/aspnet:10.0-bookworm-slim: there is no Debian-slim variant for .NET 10 (those stop at 9.0), so that tag never resolved. Use 10.0-noble, which is what Studio's services run on. Verified by building the image locally and starting it: the container comes up and stops exactly where it should without configuration — the startup validation for a missing Discord token. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015LV2femm3ZR47Lk2SscwJb
|
The v0.1.0 publish failed at Verified locally: The v0.1.0 release and tag exist but have no image behind them; merging this cuts v0.1.1, which will be the first version with a pullable image. |
Summary
The published image can now be pulled and started.
Fixed